PDF4Java Reference Documentation
com.o2sol.pdf4java.forms Package / PDFField Class / setFormatAction Method
A com.o2sol.pdf4java.actions.PDFJavaScriptAction that shall be performed before the field is formatted to display its value.
In This Topic
    setFormatAction Method
    In This Topic
    Sets the format action.
    Syntax
    public void setFormatAction( 
       PDFJavaScriptAction value
    )

    Parameters

    value
    A com.o2sol.pdf4java.actions.PDFJavaScriptAction that shall be performed before the field is formatted to display its value.
    See Also